-
1 memory address
A portion of computer memory that can be allocated to a device or used by a program or the operating system. Devices are usually allocated a range of memory addresses. -
2 address
A number specifying a location in memory where data is stored. -
3 base address
The part of a two-part memory address that remains constant and provides a reference point from which the location of a byte of data can be calculated. -
4 virtual address
"In a virtual memory system, the address the application uses to reference memory. The kernel and the memory management unit (MMU) translate this address into a physical address before the memory is actually read or written." -
5 physical address extension
"A feature that allows x86-based computers to support more than 4 gigabytes (GB) of physical memory. Up to 64 GB of physical memory can be used as regular 4-kilobyte (KB) pages, and the number of bits that can be used by the kernel to address physical memory can be expanded from 32 to 36."English-Arabic terms dictionary > physical address extension
-
6 physical address expansion
"A feature that allows x86-based computers to support more than 4 gigabytes (GB) of physical memory. Up to 64 GB of physical memory can be used as regular 4-kilobyte (KB) pages, and the number of bits that can be used by the kernel to address physical memory can be expanded from 32 to 36."English-Arabic terms dictionary > physical address expansion
-
7 real address
An absolute (machine) address specifying a physical location in memory. -
8 absolute address
An absolute (machine) address specifying a physical location in memory. -
9 Virtual Memory Size
"In Task Manager, the amount of virtual memory, or address space, committed to a process." -
10 probe
A process that checks that a memory-address range is in user-mode address space and that the range can be read or written in the context of the current process. -
11 null pointer
"A pointer to nothing: usually a standardized memory address, such as 0. A null pointer usually marks the last of a linear sequence of pointers or indicates that a data search operation has come up empty." -
12 dereference
To programmatically access a memory address assigned to a pointer variable or reference variable. -
13 TLB
A table used in a virtual memory system that lists the physical address page number associated with each virtual address page number. A TLB is used in conjunction with a cache whose tags are based on virtual addresses. The virtual address is presented simultaneously to the TLB and to the cache so that cache access and virtual-to-physical address translation can occur simultaneously. -
14 PAE
"A feature that allows x86-based computers to support more than 4 gigabytes (GB) of physical memory. Up to 64 GB of physical memory can be used as regular 4-kilobyte (KB) pages, and the number of bits that can be used by the kernel to address physical memory can be expanded from 32 to 36." -
15 kernel mode
"A highly privileged mode of operation where program code has direct access to all memory, including the address spaces of all user-mode processes and applications, and to hardware." -
16 supervisor mode
"A highly privileged mode of operation where program code has direct access to all memory, including the address spaces of all user-mode processes and applications, and to hardware." -
17 protected mode
"A highly privileged mode of operation where program code has direct access to all memory, including the address spaces of all user-mode processes and applications, and to hardware." -
18 Ring 0
"A highly privileged mode of operation where program code has direct access to all memory, including the address spaces of all user-mode processes and applications, and to hardware." -
19 working set
The set of pages in the virtual address space of the process that are currently resident in physical memory.
См. также в других словарях:
memory address — ➔ address1 * * * memory address UK US noun [C] IT ► a number that shows where particular data and instructions are stored in a computer s memory … Financial and business terms
Memory address — A digital computer s memory, more specifically main memory, consists of many memory locations, each having a memory address, a number, analogous to a street address, at which computer programs store (except when the address is in mask ROM) and… … Wikipedia
memory address — atmintinės adresas statusas T sritis automatika atitikmenys: angl. memory address; storage address vok. Speicheradresse, f rus. адрес запоминающего устройства, m; адрес памяти, m; адрес ячейки памяти, m pranc. adresse de mémoire, f … Automatikos terminų žodynas
Memory address register — The Memory Address Register (MAR) is a CPU register that either stores the memory address from which data will be fetched to the CPU or the address to which data will be sent and stored. In other words, MAR holds the memory location of data that… … Wikipedia
Memory Address Register und Memory Buffer Register — Der Memory Address Register (MAR) und der Memory Buffer Register (MBR) sind Register einer von Neumann CPU. Sie dienen als schnelle Zwischenspeicher und verringern die negativen Auswirkungen des von Neumann Flaschenhalses. Die meisten von Neumann … Deutsch Wikipedia
Memory Address Register — Der Memory Address Register (MAR) und der Memory Buffer Register (MBR) sind Register einer von Neumann CPU. Sie dienen als schnelle Zwischenspeicher und verringern die negativen Auswirkungen des von Neumann Flaschenhalses. Die meisten von Neumann … Deutsch Wikipedia
memory address — number that indicates the location of information within the memory of a computer … English contemporary dictionary
memory address — The exact location in memory that stores a particular data item or program instruction … Dictionary of networking
memory address — Storage locations that are distinguished by their addresses … IT glossary of terms, acronyms and abbreviations
Memory disambiguation — is a set of techniques employed by high performance out of order execution microprocessors that execute memory access instructions (loads and stores) out of program order. The mechanisms for performing memory disambiguation, implemented using… … Wikipedia
Memory segmentation — is the division of computer memory into segments or sections. Segments or sections are also used in object files of compiled programs when they are linked together into a program image, or the image is loaded into memory. In a computer system… … Wikipedia